home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / utils / bibindex / biblook.txt < prev    next >
Text File  |  1993-05-31  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. BIBLOOK(1)          User Commands               BIBLOOK(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      biblook - lookup entries in a bibliography    file
  10.  
  11. SYNOPSIS
  12.      biblook basename [savefile]
  13.  
  14. DESCRIPTION
  15.      biblook permits rapid lookup in a BibTeX  bibliography  data
  16.      base,  using  a compact binary index file prepared    by bibin-
  17.      dex(1).
  18.  
  19.      At    the prompt, the    user can enter any of the following  com-
  20.      mands:
  21.  
  22.      ? or h[elp]
  23.       Display a help message.
  24.  
  25.      f[ind] [not] <field> <words>
  26.       Find the entries containing  the  given  words  in  any
  27.       field    with a prefix matching the <field> argument.  For
  28.       example, `a' matches both `author' and  `address',  and
  29.       `au' matches `author'    only.  If the <field> argument is
  30.       `-' (or any string with no letters or     numbers),  match
  31.       any field.
  32.  
  33.       If `not' appears before the <field>, the sense  of  the
  34.       search  is  reversed.      The  symbols `~' and `!' can be
  35.       used in place    of `not'.
  36.  
  37.       Each word is    a  contiguous  sequence     of  letters  and
  38.       digits.   Case  is  ignored; accents should be omitted;
  39.       apostrophes are not required.     Single    characters and    a
  40.       few  common  words  are  also    ignored.  Any word ending
  41.       with    an  asterisk  is  treated  as  a  prefix.   Thus,
  42.       `point*' matches `point', `points', `pointer', etc.
  43.  
  44.      and [not] <field> <words>
  45.  
  46.      or    [not] <field> <words>
  47.       Intersect (resp. union) the results of the given search
  48.       with    the  previous  search.    Several    of these commands
  49.       may be combined on a single line.  Commands are handled
  50.       in  the  order  in  which they appear; there is no pre-
  51.       cedence.  Unlike other commands, and like `not',  these
  52.       must    be  spelled  out  completely.  `&' can be used in
  53.       place    of `and', and `|' can be used in place of `or'.
  54.  
  55.      d[isplay]
  56.       Display the results of the previous search.
  57.  
  58.      s[ave] [<filename>]
  59.       Save the results  of    the  previous  results    into  the
  60.  
  61.  
  62.  
  63. Version    2.2     Last change: 30 September 1992            1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. BIBLOOK(1)          User Commands               BIBLOOK(1)
  71.  
  72.  
  73.  
  74.       specified file.  If <filename> is omitted, the previous
  75.       save file is used.  If  no  save  file  has  ever  been
  76.       specified,  results  are saved in the    file specified on
  77.       the command  line.   If  no  such  file  is  specified,
  78.       `save.bib'  is  used.     If the    save file exists, results
  79.       are appended to it.
  80.  
  81.      q[uit]/EOF
  82.       Quit.
  83.  
  84.      Several commands  can  be    combined  on  a     single     line  by
  85.      separating    them with semicolons.  For example, the    following
  86.      command displays all STOC papers cowritten    by Erdo"s without
  87.      `Voronoi diagrams'    in the title:
  88.  
  89.      f b stoc* | b symp* theory    comp* &    au erdos & ~t voronoi diagrams ; d
  90.  
  91. SEE ALSO
  92.      bibclean(1), bibindex(1), bibtex(1), latex(1), tex(1)
  93.  
  94. AUTHOR
  95.      Jeff Erickson
  96.      Computer Science Division
  97.      University    of California
  98.      Berkeley, CA 94720
  99.      USA
  100.      Email: <jeff@cs.berkeley.edu>, <jeffe@melody.berkeley.edu>
  101.  
  102.      This program is in    the public domain.  You     may  use  it  or
  103.      modify it to your heart's content,    at your    own risk.
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Version    2.2     Last change: 30 September 1992            2
  130.  
  131.  
  132.  
  133.